
.centrado{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 30px;
  font-weight: normal;
  font-style: inherit;
  width: 100%;
  background-color:#000000bd;
}

.sombreado:hover{
  background-color: rgba(0,0,0,0.8);
}
.titulovitahotel{
 color: #E7AD44;
font-weight: 700; 

}

a {
    color: #e7ad44 !important;
}
p {
    color: white !important;
}